home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / u_intro.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  393 b   |  17 lines

  1. on mouseUp
  2.   set the video of member "unisys2" to 0
  3.   set the video of member "unisys1" to 0
  4.   updateStage()
  5.   set the visible of sprite 10 to 0
  6.   go("1a_4")
  7. end
  8.  
  9. on exitFrame
  10.   if the movieTime of sprite 10 >= the duration of cast the number of member "unisys1" then
  11.     set the video of member "unisys1" to 0
  12.     set the visible of sprite 10 to 0
  13.     go("1a_2")
  14.   end if
  15.   go(the frame)
  16. end
  17.